home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / CLB8_514.PPD < prev    next >
Text File  |  1990-10-11  |  11KB  |  343 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LBP-8III-PS" version 51.4
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 010590 or 010932
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 11 June 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LBP-8III-PS)"
  20. *PSVersion: "(51.4) 0"
  21. *NickName: "Canon LBP-8 Mark III"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "128748"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "8"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *PageSize Executive: "statusdict begin executivetray end"
  106. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  107. *PageSize LegalSmall: "statusdict begin legaltray legalsmall end"
  108. *PageSize A4Small: "statusdict begin a4tray a4small end"
  109. *?PageSize: "
  110.  save statusdict begin
  111.   7 dict begin
  112.    /letter (Letter) def /lettersmall (LetterSmall) def
  113.    /legal (Legal) def /legalsmall (LegalSmall) def
  114.    /a4 (A4) def /a4small (A4Small) def
  115.    /executivepage (Executive) def
  116.    papersize {
  117.      {load exec} stopped not{= flush}if
  118.    }{
  119.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  120.    }ifelse
  121.   end
  122.  end restore
  123. "
  124. *End
  125.  
  126. *% These entries will set up the frame buffer. 
  127. *% Usually used with manual feed or envelope.
  128. *DefaultPageRegion: Letter
  129. *PageRegion Letter: "letter"
  130. *PageRegion Legal: "legal"
  131. *PageRegion A4: "a4"
  132. *PageRegion Executive: "executivepage"
  133. *PageRegion LetterSmall: "lettersmall"
  134. *PageRegion LegalSmall: "legalsmall"
  135. *PageRegion A4Small: "a4small"
  136.  
  137. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  138. *% These errors should be trapped by software and a message displayed
  139. *DefaultPaperTray: None
  140. *PaperTray Letter: "statusdict begin lettertray end"
  141. *PaperTray Legal: "statusdict begin legaltray end"
  142. *PaperTray A4: "statusdict begin a4tray end"
  143. *PaperTray Executive: "statusdict begin executivetray end"
  144. *?PaperTray: "
  145.  save statusdict begin
  146.   4 dict begin
  147.    /letter (Letter) def
  148.    /legal (Legal) def
  149.    /a4 (A4) def
  150.    /executivepage (Executive) def
  151.    papersize {
  152.      {load exec} stopped not{= flush}if
  153.    }{
  154.      {load exec} stopped not{print (.Transverse) = flush}if
  155.    }ifelse
  156.   end
  157.  end restore
  158. "
  159. *End
  160.  
  161. *% The following entries provide information about specific paper keywords.
  162. *DefaultImageableArea: Letter
  163. *ImageableArea Letter: "15 8 597 784 "
  164. *ImageableArea Legal: "15 8 597 1000 "
  165. *ImageableArea A4: "13 10 577 832 "
  166. *ImageableArea Executive: "11 9 509 749 "
  167. *ImageableArea LetterSmall: "31 31 583 761 "
  168. *ImageableArea LegalSmall: "63 43 546 966 "
  169. *ImageableArea A4Small: "27 31 567 811 "
  170. *?ImageableArea: "
  171.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  172.   newpath clippath pathbbox
  173.   4 -2 roll exch 2 {ceiling cvp} repeat
  174.   exch 2 {floor cvp} repeat flush
  175.  restore
  176. "
  177. *End
  178.  
  179. *% These provide the physical dimensions of the paper (by keyword)
  180. *DefaultPaperDimension: Letter
  181. *PaperDimension Letter: "612 792"
  182. *PaperDimension Legal: "612 1008"
  183. *PaperDimension A4: "595 842"
  184. *PaperDimension Executive: "540 720"
  185. *PaperDimension LetterSmall: "612 792"
  186. *PaperDimension LegalSmall: "612 1008"
  187. *PaperDimension A4Small: "595 842"
  188.  
  189. *DefaultOutputBin: Upper
  190. *DefaultInputSlot: Lower
  191. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  192. *?InputSlot: "
  193.  save statusdict begin
  194.   2 dict begin
  195.    /0 (None) def
  196.    /1 (Lower) def
  197.    papertray 
  198.      {( ) cvs cvn load exec} stopped not{= flush}if
  199.   end
  200.  end restore
  201. "
  202. *End
  203.  
  204. *DefaultManualFeed: False
  205. *?ManualFeed: "
  206.   statusdict /manualfeed get
  207.   {(True)}{(False)}ifelse = flush"
  208. *End
  209. *ManualFeed True: "statusdict begin /manualfeed true store end"
  210. *ManualFeed False: "statusdict begin /manualfeed false store end"
  211.  
  212. *DefaultOutputOrder: Normal
  213.  
  214. *DefaultCollator: None
  215. *DefaultSorter: None
  216. *DefaultDuplex: None
  217.  
  218. *% Font Information =====================
  219.  
  220. *DefaultFont: Courier
  221. *Font Courier: Standard "(001.004)"
  222. *Font Courier-Bold: Standard "(001.004)"
  223. *Font Courier-BoldOblique: Standard "(001.004)"
  224. *Font Courier-Oblique: Standard "(001.004)"
  225. *?FontQuery: "
  226. save  4 dict begin /sv exch def
  227. /str (fonts/                              ) def
  228. /st2 128 string def
  229. {
  230.   count 0 gt {
  231.     dup st2 cvs (/) print print (:) print
  232.     dup FontDirectory exch known {pop (Yes)}{
  233.      str exch st2 cvs dup length /len exch def
  234.      6 exch putinterval str 0 len 6 add getinterval mark exch
  235.      { } st2 filenameforall counttomark 0 gt {
  236.       cleartomark (Yes)}{cleartomark (No)}ifelse
  237.     }ifelse = flush
  238.   }{ exit } ifelse
  239. } bind loop
  240. (*) = flush
  241. sv end restore
  242. "
  243. *End
  244.  
  245. *?FontList: "
  246. save  2 dict begin /sv exch def
  247. /str 128 string def
  248. FontDirectory { pop == } bind forall flush
  249. /filenameforall where { 
  250.  pop save (fonts/*) { 
  251.   dup length 6 sub 6 exch getinterval cvn == 
  252.  } bind str filenameforall flush restore
  253. } if 
  254. (*) = flush
  255. sv end restore
  256. "
  257. *End
  258.  
  259. *% Printer Messages (verbatim from printer):
  260. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  261. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  262. *Message: "\FontName\ not found, using Courier"
  263.  
  264. *% Status (format: %%[ status: <one of these> ]%% )
  265. *Status: "idle"
  266. *Status: "busy"
  267. *Status: "waiting"
  268. *Status: "printing"
  269. *Status: "warming up"
  270. *Status: "initializing"
  271. *Status: "printing test page"
  272. *Status: "toner low"
  273. *Status: "printing engine test"
  274. *Status: "PrinterError: warming up"
  275. *Status: "PrinterError: request manual feed of                 "
  276. *Status: "PrinterError: no paper tray"
  277. *Status: "PrinterError: out of paper"
  278. *Status: "PrinterError: cover open"
  279. *Status: "PrinterError: paper entry misfeed"
  280. *Status: "PrinterError: paper exit misfeed"
  281. *Status: "PrinterError: no toner cartridge"
  282. *Status: "PrinterError: beam detect error"
  283. *Status: "PrinterError: service call"
  284.  
  285. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  286. *Source: "serial25"
  287. *Source: "Centronics"
  288.  
  289. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  290. *PrinterError: "warming up"
  291. *PrinterError: "request manual feed of                 "
  292. *PrinterError: "no paper tray"
  293. *PrinterError: "out of paper"
  294. *PrinterError: "cover open"
  295. *PrinterError: "paper entry misfeed"
  296. *PrinterError: "paper exit misfeed"
  297. *PrinterError: "no toner cartridge"
  298. *PrinterError: "beam detect error"
  299. *PrinterError: "service call"
  300.  
  301. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  302.  
  303. *% Color Separation Information =====================
  304.  
  305. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  306.  
  307. *InkName: ProcessBlack/Process Black
  308. *InkName: CustomColor/Custom Color
  309. *InkName: ProcessCyan/Process Cyan
  310. *InkName: ProcessMagenta/Process Magenta
  311. *InkName: ProcessYellow/Process Yellow
  312.  
  313. *%  For 60 lpi / 300 dpi  ===============================
  314.  
  315. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  316. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  317. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  318. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  319. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  320.  
  321. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  322. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  323. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  324. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  325. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  326.  
  327. *%  For 53 lpi / 300 dpi  ===============================
  328.  
  329. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  330. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  331. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  332. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  333. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  334.  
  335. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  336. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  337. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  338. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  339. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  340.  
  341.  
  342. *% end of PPD file for LBP-8III-PS
  343.